home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / BBS / MUBBS / Tfiles10.cpt / textfiles DOCS < prev    next >
Text File  |  1992-01-18  |  3KB  |  61 lines

  1.   ***- Textfiles Module -***
  2.      -   Version 1.0    -
  3.       By: Scott Szretter
  4.  (C)1991-1992 Scott Szretter - Please see the file "COPYRITE.SPS"
  5.  
  6. This is a module that will allow your users to view text files - list what are
  7. available, then select which to view...
  8.  Text files can be restricted by security level.
  9.  
  10.     To install the module, copy it with resedit (it should be called
  11. 'bulletins' in the distibution arcive) into the mubbs modules file -
  12. renumbering if necessary.
  13.  
  14.    There should be a folder called 'textfiles' in the same directory as your
  15. 'modules' file.
  16.  
  17.   This folder should contain:
  18.     modulename.info  - Information about the text files available & security
  19.     modulename.help  - The user help screen
  20.     modulename.intro - The introduction screen
  21.  (Where modulename is the name of the module.  ('textfiles') in the
  22. distribution archive.)
  23.   Edit these files with a plain text editor like Jolliwrite, or Vantage, or
  24. MacWrite and save as text.
  25.  
  26.     To call the module, simply call it by it's name.
  27.  
  28.  When the module is called, it will present the user with a list of 10 (0-10)
  29. text files to display.  The user simply types the number to view, or:
  30.  "Q)uit" will simply exit the user back to the calling module or menu.
  31.  "F)iles_available" will give the user a list of the available text files.
  32.  "H)elp" will display the file gfiles.help in the wish folder.
  33. (modulename.help)
  34.  
  35. NOTE: Edit the .info file with a text editor.  The first line is the security
  36. level for the first file to be displayed.  The second line is the name
  37. (filename) of the file to be displayed - the is the actual name showed to the
  38. user...    And so on...   Example Below:
  39.  
  40. 5                          < Security Level to view (1st file).
  41. "TFile 1"                  < The 1st text file - the user sees this name.
  42. 2                          < Security level to view (2nd text file)
  43. "TFile 2"                  < This is the 2nd text file - user sees this.
  44. 6                          < Security level to view third file.       
  45. "Tfile 3"                  < Third text file - user sees this name
  46.  
  47.  
  48.     This module has been tested, but I take no responsibility for any damages
  49. that may occur from using this module.
  50.  
  51.  - Look for more good Modules by Scott Szretter of HMM BBS in Mass.
  52.   You may mail me on GEnie at "S.SZRETTER1"
  53.     Im also available on the MUBBS support bbs in CA.
  54.  
  55.   *** CHANGES IN Bulletins ***
  56.  
  57.  1.0 -> 1.0  ... !!  Changed the name (gfiles to textfiles).  Also made it
  58.                      simpler to use for the user.  You can only display 0-9
  59.                      files now. I may make seperate sections in the future.
  60.                      (0-9 in section 1, 0-9 in section 2, etc...).
  61.